From: Aaron Schulz Date: Wed, 21 Sep 2016 20:06:05 +0000 (-0700) Subject: Generalize core schema docs in DatabasePostgres X-Git-Tag: 1.31.0-rc.0~5379 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=00d677347e397acf3d1d541add4c5f40e6902e1b;p=lhc%2Fweb%2Fwiklou.git Generalize core schema docs in DatabasePostgres Change-Id: I52e64867c1533c50406623d5bc121c1e4da2459a --- diff --git a/includes/libs/rdbms/database/DatabasePostgres.php b/includes/libs/rdbms/database/DatabasePostgres.php index 8c73a150d7..84439f4852 100644 --- a/includes/libs/rdbms/database/DatabasePostgres.php +++ b/includes/libs/rdbms/database/DatabasePostgres.php @@ -991,7 +991,7 @@ __INDEXATTR__; } /** - * Determine default schema for MediaWiki core + * Determine default schema for the current application * Adjust this session schema search path if desired schema exists * and is not alread there. * @@ -1036,7 +1036,7 @@ __INDEXATTR__; } /** - * Return schema name fore core MediaWiki tables + * Return schema name for core application tables * * @since 1.19 * @return string Core schema name